Skip to content

Commit 9da61c8

Browse files
committed
Bump version
1 parent ee5cb78 commit 9da61c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838
Short: "Better serverless dev",
3939
Example: "foundry --help",
4040
Run: func(cmd *cobra.Command, args []string) {
41-
logger.Logln("Foundry v0.2.2\n")
41+
logger.Logln("Foundry v0.2.3\n")
4242
logger.Logln("No subcommand was specified. To see all commands type 'foundry --help'")
4343
},
4444
}

0 commit comments

Comments
 (0)