Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed May 7, 2020
1 parent 8f1dcc2 commit 7683c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
Short: "Better serverless dev",
Example: "foundry --help",
Run: func(cmd *cobra.Command, args []string) {
logger.Logln("Foundry v0.2.3\n")
logger.Logln("Foundry v0.2.4\n")
logger.Logln("No subcommand was specified. To see all commands type 'foundry --help'")
},
}
Expand Down

0 comments on commit 7683c1e

Please sign in to comment.