Skip to content

Commit

Permalink
Bump version number for a new release (#90)
Browse files Browse the repository at this point in the history
* Update for RHEL to use PYPATH for all actions since it ships with older Python versions

* Bump version number for a new release
  • Loading branch information
mtesauro authored Apr 21, 2024
1 parent 625408e commit 7f71e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type DDConfig struct {

// Set the godojo defaults in the DDConfig struct
func (d *DDConfig) setGodojoDefaults() {
d.ver = "1.2.3"
d.ver = "1.2.4"
d.cf = "dojoConfig.yml"

// Setup default logging
Expand Down

0 comments on commit 7f71e23

Please sign in to comment.