Skip to content

Commit 4aceeef

Browse files
committed
Upping version for new tagged release
Updating version number for 2.0 beta.
1 parent 38efbe3 commit 4aceeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbscripts/postgresql_process_tracker_defaults.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ INSERT INTO process_tracker.error_type_lkup (error_type_id, error_type_name) VAL
1919
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Extract');
2020
INSERT INTO process_tracker.process_type_lkup (process_type_id, process_type_name) VALUES (default, 'Load');
2121

22-
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.1.0');
22+
INSERT INTO process_tracker.system_lkup (system_id, system_key, system_value) VALUES (default, 'version', '0.2.0');

0 commit comments

Comments
 (0)