Skip to content

Commit

Permalink
changed version to consequent dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 10, 2024
1 parent 37c4465 commit 85be9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ limitations under the License.
package version

var (
Version = "v0.0.0"
// This variable is dependent on what the current release is e.g. if it is v0.2.3 then this variable, outside of releases, will be v0.2.4-dev .
Version = "v0.2.4-dev"
)

0 comments on commit 85be9eb

Please sign in to comment.