~massive-dynamics-staff/versioneer/1.2

« back to all changes in this revision

Viewing changes to Versioneer/src/main/java/biz/massivedynamics/versioneer/Versioneer.java

  • Committer: Cruz Julian Bishop
  • Date: 2012-03-17 00:16:16 UTC
  • Revision ID: cruzjbishop@gmail.com-20120317001616-ugrk700eur2jk0li
Moving on to HIP snapshots

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
     * @since 1.0.0.0
53
53
     */
54
54
    public static GenericVersion getVersion() {
55
 
        return new GenericVersion(1, 1, 2, 2, VersionType.STABLE, "REGROUP");
 
55
        return new GenericVersion(1, 2, 0, 0, VersionType.SNAPSHOT, "HIP");
56
56
    }
57
57
    
58
58
}