Skip to content

v0.2.50..v0.2.51 changeset ApiDb.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h b/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
index ed520d6..b905dd4 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
@@ -96,7 +96,7 @@ public:
   /**
    * This value should be updated after the DB is upgraded and all tests run successfully.
    */
-  static QString expectedHootDbVersion() { return "28:bobby.simic"; }
+  static QString expectedHootDbVersion() { return "29:bobby.simic"; }
   static int maximumChangeSetEdits() { return 50000; }
 
   static const Status DEFAULT_ELEMENT_STATUS;
Clone this wiki locally