Skip to content

Commit

Permalink
Merge pull request #13 from RogerDev/master
Browse files Browse the repository at this point in the history
Update bundle version to 3.0

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Sep 21, 2023
2 parents 41299e5 + e93de04 commit 60e448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bundle.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ EXPORT Bundle := MODULE(Std.BundleBase)
EXPORT License := 'http://www.apache.org/licenses/LICENSE-2.0';
EXPORT Copyright := 'Copyright (C) 2020 HPCC Systems®';
EXPORT DependsOn := ['ML_Core'];
EXPORT Version := '2.0';
EXPORT Version := '3.0';
EXPORT PlatformVersion := '7.4.0';
END;

0 comments on commit 60e448d

Please sign in to comment.