Skip to content

Commit

Permalink
release v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Oct 12, 2019
1 parent 385fe72 commit d5d9ed9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GOCMD=go
GOBUILD=$(GOCMD) build
BINARY_NAME=admincli
LASTVERSION=v1.0.0-alpha.1
VERSION=v1.0.0-alpha.2
LASTVERSION=v1.0.0-alpha.2
VERSION=v1.0.0-beta
CLI=admincli

TEST_CONFIG_PATH=./../common/config.json
Expand Down
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@ go 1.12

require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/AlecAivazis/survey/v2 v2.0.4
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/jawher/mow.cli v1.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/satori/go.uuid v1.2.0
github.com/schollz/progressbar v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
)
2 changes: 1 addition & 1 deletion modules/system/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package system

const Version = "v1.0.0-alpha.2"
const Version = "v1.0.0-beta"

0 comments on commit d5d9ed9

Please sign in to comment.