Skip to content

Commit

Permalink
bumping version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off committed Dec 14, 2018
1 parent 647a272 commit edbca5c
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 @@
TOOL_NAME = stringray
VERSION = 0.2.0
VERSION = 0.3.0

REPO = https://github.com/g-Off/$(TOOL_NAME)
RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Sources/stringray/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Utility

extension Version {
static var current: Version = "0.2.0"
static var current: Version = "0.3.0"
}

0 comments on commit edbca5c

Please sign in to comment.