Skip to content

Commit

Permalink
correct version and building (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkolasg committed Dec 29, 2018
1 parent cdedbf1 commit 34480b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
TODO.md
drand
test/drand
dist/
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -14,7 +14,7 @@ archive:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
name_template: "{{ .Tag }}-{{ .ShortCommit }}"
changelog:
sort: asc
filters:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -36,7 +36,7 @@ const dpublic = "dist_key.public"
const defaultPort = "8080"

func banner() {
fmt.Printf("drand %v-%v by nikkolasg\n", version, commit)
fmt.Printf("drand %v by nikkolasg\n", version)
s := "WARNING: this software has NOT received a full audit and must be \n" +
"used with caution and probably NOT in a production environment.\n"
fmt.Printf(s)
Expand Down

0 comments on commit 34480b2

Please sign in to comment.