Skip to content

Commit

Permalink
fix: incorrect version
Browse files Browse the repository at this point in the history
caused by wrong automation
  • Loading branch information
mdelapenya committed Mar 6, 2024
1 parent e48323c commit 4d7a27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal

// Version is the next development version of the application
const Version = ""
const Version = "v0.30.0"

0 comments on commit 4d7a27e

Please sign in to comment.