Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
svarogg committed Mar 16, 2022
1 parent 27432d0 commit 3487517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project is currently under active development and is in Beta state.

## Requirements

Latest version of [Go](http://golang.org) (currently 1.16)
Latest version of [Go](http://golang.org) (currently 1.17)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 11
appPatch uint = 11
appPatch uint = 13
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit 3487517

Please sign in to comment.