Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Cornelissen <[email protected]>
  • Loading branch information
ericcornelissen committed Apr 13, 2024
1 parent 12830c1 commit baaa699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ades/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,6 @@ Exit Codes:
}

func version() {
versionString := "v24.03"
versionString := "v24.04"
fmt.Println(versionString)
}
2 changes: 1 addition & 1 deletion test/flags-info.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmp stdout $WORK/snapshots/legal-stdout.txt

# Version
exec ades -version
stdout 'v24.03'
stdout 'v24.04'
! stderr .


Expand Down

0 comments on commit baaa699

Please sign in to comment.