Skip to content

Commit

Permalink
Bumped to ver 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Aug 3, 2023
1 parent 30cb0cf commit b17441d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for berrybrew

1.42 UNREL
-


1.41 2023-08-03
- Renamed `PerlOp.PerlOrphansIgnore()` to `Berrybrew.SpecialInstanceDirectories()`
and added `special-instance-dirs` hidden command (closes #353)
Expand Down
2 changes: 1 addition & 1 deletion src/berrybrew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,7 @@ private void UseInSameWindow(StrawberryPerl perl, string sysPath, string usrPath
}

public string Version() {
return @"1.41";
return @"1.42";
}
}
}

0 comments on commit b17441d

Please sign in to comment.