Skip to content

Commit

Permalink
bugs in version reporting build
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 22, 2018
1 parent 32803f0 commit 8c440a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/napval/napval.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
package main

import (
"flag"
"fmt"
"github.com/nsip/nias2/lib"
"github.com/nsip/nias2/napval"
"github.com/nsip/nias2/version"
"log"
"os"
"runtime"
)

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

cd tools; go build release.go; cd ..
./tools/release > version/version.go
./tools/release nias2 > version/version.go
sh build.sh
./tools/release nias2 nias-Mac.zip build/nias-Mac.zip
./tools/release nias2 nias-Win64.zip build/nias-Win64.zip
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version
var(
Id = 10054986
TagName = "0-9-21"
Id = 10203800
TagName = "0-9-22"
)

0 comments on commit 8c440a9

Please sign in to comment.