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 7585a7e commit 795e001Copy full SHA for 795e001
.travis.yml
@@ -10,14 +10,13 @@ branches:
10
- /^v[0-9.]+$/
11
12
go:
13
- - 1.9
14
- - "1.10"
+ - 1.9.x
+ - 1.10.x
15
- tip
16
17
go_import_path: aahframework.org/essentials.v0
18
19
install:
20
- - git config --global http.https://aahframework.org.followRedirects true
21
- go get -t -v ./...
22
23
script:
version.go
@@ -7,4 +7,4 @@
7
package ess
8
9
// Version no. of essentials library
-var Version = "0.7"
+var Version = "0.8.0-edge"
0 commit comments