Skip to content

Commit 5347f86

Browse files
committed
Version bump to 3.1.0 and releasing!
1 parent 379d56e commit 5347f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pudl.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@ public static function dir() {
815815
////////////////////////////////////////////////////////////////////////////
816816
// PUDL VERSION INFORMATION
817817
////////////////////////////////////////////////////////////////////////////
818-
const version = '3.0.1';
819-
const version_id = 30001;
818+
const version = '3.1.0';
819+
const version_id = 30100;
820820
const version_major = 3;
821-
const version_minor = 0;
822-
const version_release = 1;
821+
const version_minor = 1;
822+
const version_release = 0;
823823

824824
}

0 commit comments

Comments
 (0)