Skip to content

Commit 795e001

Browse files
committed
version bump to v0.8.0-edge and travis config update
1 parent 7585a7e commit 795e001

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ branches:
1010
- /^v[0-9.]+$/
1111

1212
go:
13-
- 1.9
14-
- "1.10"
13+
- 1.9.x
14+
- 1.10.x
1515
- tip
1616

1717
go_import_path: aahframework.org/essentials.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
@@ -7,4 +7,4 @@
77
package ess
88

99
// Version no. of essentials library
10-
var Version = "0.7"
10+
var Version = "0.8.0-edge"

0 commit comments

Comments
 (0)