We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647a272 commit edbca5cCopy full SHA for edbca5c
Makefile
@@ -1,5 +1,5 @@
1
TOOL_NAME = stringray
2
-VERSION = 0.2.0
+VERSION = 0.3.0
3
4
REPO = https://github.com/g-Off/$(TOOL_NAME)
5
RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz
Sources/stringray/Version.swift
import Utility
extension Version {
- static var current: Version = "0.2.0"
+ static var current: Version = "0.3.0"
}
0 commit comments