Skip to content

Commit 045877d

Browse files
committed
Bumped version
1 parent 159d2c3 commit 045877d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.1.5
1+
VERSION=0.1.6
22
NAME=pspk
33
GIT_REV?=$(shell git rev-parse --short HEAD)
44
LDFLAGS=-ldflags "-X main.Version=$(VERSION) -X main.Hash=$(GIT_REV) -X main.BuildDate=$(BUILD_DATE)"
@@ -22,3 +22,6 @@ release: clean
2222

2323
clean:
2424
rm -rf _build
25+
26+
release_web:
27+
scp ./web/axlsign.js ./web/index.html ${FREECONTENT_SPACE}:/var/www/pspk/

0 commit comments

Comments
 (0)