Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajsoni19 committed Sep 13, 2020
1 parent 651352d commit b20ef01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT = apns
PROJECT_VERSION = $(shell git describe --tag --abbrev=0)
PROJECT_VERSION = $(shell head -n 1 relx.config | awk '{split($$0, a, "\""); print a[2]}')

app:: rebar.config

Expand Down
2 changes: 1 addition & 1 deletion relx.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{release, {apns, "1"}, [apns]}.
{release, {apns, "2.7.0"}, [apns]}.
{extended_start_script, true}.
{include_src, false}.
{sys_config, "conf/sys.config"}.
Expand Down

0 comments on commit b20ef01

Please sign in to comment.