Skip to content

Commit

Permalink
Rev'ed version number of godojo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtesauro committed Feb 28, 2020
1 parent d8da706 commit 270cdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dojoConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Install:
Version: "1.5.3.1" # Release version of DefectDojo from https://github.com/DefectDojo/django-DefectDojo/releases
SourceInstall: true # If true, a souce code install will be installed overriding the version above ^
SourceBranch: "dev" # The branch to be checked out if SourceInstall is true - HEAD will be checked out
SourceCommit: bc39a2345af1860431633d91615f2c51de1b6cf2 # If there is a value here, the specific commit will be used over the branch ^
SourceCommit: 22294ab6c69468057bce79386768869b2788de5d # If there is a value here, the specific commit will be used over the branch ^
Quiet: false # Suppress normal output - only errors will be shown
Trace: true # Turn on the most verbose logging option
Redact: true # Redact sensitive information from the logs
Expand Down
2 changes: 1 addition & 1 deletion godojo.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// Global vars
var (
// Installer version
version = "0.1.0"
version = "0.1.1"
// Global config struct
conf config.DojoConfig
sensStr [12]string // Hold sensitive strings to redact
Expand Down

0 comments on commit 270cdb7

Please sign in to comment.