Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Apr 28, 2020
1 parent ee5cb78 commit 9da61c8
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 @@ -38,7 +38,7 @@ var (
Short: "Better serverless dev",
Example: "foundry --help",
Run: func(cmd *cobra.Command, args []string) {
logger.Logln("Foundry v0.2.2\n")
logger.Logln("Foundry v0.2.3\n")
logger.Logln("No subcommand was specified. To see all commands type 'foundry --help'")
},
}
Expand Down

0 comments on commit 9da61c8

Please sign in to comment.