diff --git a/Makefile b/Makefile index 2f0cbb7..3eb263f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Sources/stringray/Version.swift b/Sources/stringray/Version.swift index d93bfd1..1e5e950 100644 --- a/Sources/stringray/Version.swift +++ b/Sources/stringray/Version.swift @@ -1,5 +1,5 @@ import Utility extension Version { - static var current: Version = "0.2.0" + static var current: Version = "0.3.0" }