Skip to content

Commit 1ae2364

Browse files
committed
version bump to release and travis build config update
1 parent 90026df commit 1ae2364

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ go:
1717
go_import_path: aahframework.org/log.v0
1818

1919
install:
20-
- git config --global http.https://aahframework.org.followRedirects true
2120
- go get -t -v ./...
2221

2322
script:

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package log
66

77
// Version no. of aahframework.org/log library
8-
const Version = "0.6-dev"
8+
const Version = "0.6"

0 commit comments

Comments
 (0)