Skip to content

Commit e0825de

Browse files
author
Antonio Cunei
committed
Bump version to 0.9.7-SNAPSHOT
1 parent f3a78ca commit e0825de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Project variables
99

1010
project = 'dbuild'
11-
version = '0.9.6'
12-
release = '0.9.6'
11+
version = '0.9.7'
12+
release = '0.9.7-SNAPSHOT'
1313
sbt_version = '0.12.4'
1414

1515
# General settings

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object DBuilderBuild extends Build with BuildHelper {
1616

1717
override def settings = super.settings ++ SbtSupport.buildSettings
1818

19-
def MyVersion: String = "0.9.6"
19+
def MyVersion: String = "0.9.7-SNAPSHOT"
2020

2121
lazy val root = (
2222
Proj("root")

0 commit comments

Comments
 (0)