Skip to content

Commit

Permalink
New build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Morozko committed Dec 1, 2019
1 parent e8c1e5b commit 4e0f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"github.com/zalando/go-keyring"
)

const (
var (
appName = "cloudyuploader"
version = "1.0.1"
version = "0.0.0-in-dev" // overriden on build
appURL = "https://github.com/Andrew-Morozko/cloudy-uploader"
userAgent = appName + "/" + version + " CLI Uploader; " + appURL
)
Expand Down

0 comments on commit 4e0f77d

Please sign in to comment.