Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits committed Apr 4, 2022
1 parent a8f4f86 commit 1062d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: $(SourceBranchName)-$(Date:yyyyMMdd).$(Rev:r)
variables:
GOVER: '1.13.5'
GOVER: '1.17.8'

trigger:
batch: true
Expand All @@ -20,7 +20,7 @@ jobs:
- job: binary
displayName: "binary build"
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
workspace:
clean: all
timeoutInMinutes: 15
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import "fmt"

var versionMajor = 0
var versionMinor = 1
var versionRevision = 2
var versionMinor = 2
var versionRevision = 0
var versionGitCommitHash string
var versionCompileTime string
var versionCompileHost string
Expand Down

0 comments on commit 1062d6b

Please sign in to comment.