Setting version to 0.3.0

This commit is contained in:
Diptanu Choudhury
2016-02-25 11:12:20 -08:00
parent ad0e70c3b2
commit a1e1de0d6c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## 0.3.0 (UNRELEASED)
## 0.3.0
__BACKWARDS INCOMPATIBILITIES:__
* Stdout and Stderr log files of tasks have moved from task/local to

View File

@@ -10,4 +10,4 @@ const Version = "0.3.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "rc2"
const VersionPrerelease = ""