Skip to content

Commit

Permalink
Add in new AutoPkg version constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
eahrold committed Apr 23, 2016
1 parent 77d12a7 commit ac0bc52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutoPkgr/Models/AutoPkg Task/LGAutoPkgTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
static NSString *const AUTOPKG_0_5_0 = @"0.5.0";
static NSString *const AUTOPKG_0_5_1 = @"0.5.1";
static NSString *const AUTOPKG_0_5_2 = @"0.5.2";
static NSString *const AUTOPKG_0_6_0 = @"0.6.0";
static NSString *const AUTOPKG_0_6_1 = @"0.6.1";


// Autopkg Task Result keys
Expand Down

0 comments on commit ac0bc52

Please sign in to comment.