Skip to content

Commit

Permalink
Makefile: bumped Version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jan 8, 2019
1 parent a2244d5 commit 5986f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOURCES = heimdallr.c config.c sshserver.c github.c
OUT = heimdallr
OBJ = $(src:.c=.o)

VERSION := "v1.0.3"
VERSION := "v1.1"
GIT_VERSION := $(shell git describe --dirty --always --tags)

all: build
Expand Down

0 comments on commit 5986f20

Please sign in to comment.