Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 24, 2016
1 parent 14f00e8 commit feff43a
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 @@ -4,7 +4,7 @@ CURRENT_DIR := $(dir $(realpath $(MKFILE_PATH)))
CURRENT_DIR := $(CURRENT_DIR:/=)

# Get the project metadata
VERSION := 0.2.0
VERSION := 0.2.1
PROJECT := $(shell echo $(CURRENT_DIR) | rev | cut -d'/' -f1 -f2 -f3 | rev)
OWNER := $(dir $(PROJECT))
OWNER := $(notdir $(OWNER:/=))
Expand Down

0 comments on commit feff43a

Please sign in to comment.