Skip to content

Commit

Permalink
Update bundle version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerDev authored Sep 20, 2023
1 parent 41299e5 commit e93de04
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 e93de04

Please sign in to comment.