Skip to content

Commit

Permalink
Version: Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Mar 20, 2024
1 parent c071554 commit 243feeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
)

// version is the current version
const version = "0.3"
const version = "0.4"

// isReleased sets whether or not the current version is released yet
const isReleased = true
const isReleased = false

// Get gets the version in the following order:
// - Gets a release version if it detects it is a release
Expand Down

0 comments on commit 243feeb

Please sign in to comment.