Skip to content

Commit

Permalink
Bump version with from bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Oct 18, 2016
1 parent 09a285b commit 3efb396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Bootstrapper/PaketRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Paket.Bootstrapper
{
class PaketRunner
{
static readonly Version VersionWithFromBootstrapper = new Version("3.23.2");
static readonly Version VersionWithFromBootstrapper = new Version("3.23.3");

static IEnumerable<string> SetBootstrapperArgument(string program, IEnumerable<string> arguments)
{
Expand Down

0 comments on commit 3efb396

Please sign in to comment.