lib/origen/application/version_tracker.rb in origen-0.0.3 vs lib/origen/application/version_tracker.rb in origen-0.0.4

- old
+ new

@@ -41,10 +41,10 @@ end end # Check in the persisted storage container def check_in - Origen.app.rc.checkin(STORAGE_FILE, force: true, unmanaged: true) + Origen.app.rc.checkin(STORAGE_FILE, force: true, unmanaged: true, comment: 'Recorded new version in the version tracker') end # Force the storage container to the latest checked in version def restore_to_latest @storage = nil