Skip to content

Commit

Permalink
chore: bump version to v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Goren G <[email protected]>
  • Loading branch information
Goren G committed May 15, 2019
1 parent 91afd16 commit 56abe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH)))

# server
SERVERVERSION ?= 1.1.1
SERVERVERSION ?= 1.1.2
SERVERBINARY = gqlc
SERVERTESTBINARY = gqlct
SERVERMAIN = cmd/server/main.go

# client
CLIENTVERSION ?= 1.1.1
CLIENTVERSION ?= 1.1.2
CLIENTBINARY = gqlcc
CLIENTMAIN = cmd/client/main.go

Expand Down

0 comments on commit 56abe5e

Please sign in to comment.