Skip to content

Commit

Permalink
feat: bump version v2.0.0-beta.3 -> v2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HotPotatoC committed Nov 29, 2021
1 parent aff9f77 commit f3f1c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0-beta.3
v2.0.0-beta.4
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package build

// Version is the current version of the build.
var Version = "v2.0.0-beta.3"
var Version = "v2.0.0-beta.4"

// Build is the git commit of the build.
var Build = "dev"

0 comments on commit f3f1c21

Please sign in to comment.