Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
*: Set version strings to v0.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
AkihiroSuda committed May 20, 2016
1 parent 2b34cff commit 8447a1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/analyzer/java/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osrg</groupId>
<artifactId>namazu</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Namazu Analyzer (Java)</name>
Expand Down
2 changes: 1 addition & 1 deletion misc/inspector/java/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osrg</groupId>
<artifactId>namazu</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Namazu Inspector (Java)</name>
Expand Down
2 changes: 1 addition & 1 deletion nmz/util/core/coreutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
logutil "github.com/osrg/namazu/nmz/util/log"
)

const NamazuVersion = "0.2.0"
const NamazuVersion = "0.2.1-SNAPSHOT"

// Returns true if NMZ_DEBUG is set
func DebugMode() bool {
Expand Down

0 comments on commit 8447a1a

Please sign in to comment.