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 90026df commit 1ae2364Copy full SHA for 1ae2364
.travis.yml
@@ -17,7 +17,6 @@ go:
17
go_import_path: aahframework.org/log.v0
18
19
install:
20
- - git config --global http.https://aahframework.org.followRedirects true
21
- go get -t -v ./...
22
23
script:
version.go
@@ -5,4 +5,4 @@
5
package log
6
7
// Version no. of aahframework.org/log library
8
-const Version = "0.6-dev"
+const Version = "0.6"
0 commit comments