Skip to content

Commit

Permalink
update go generator version
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Wasko <[email protected]>
  • Loading branch information
AliceProxy committed Feb 23, 2024
1 parent aa269fd commit ca96822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Ambassador Labs Go Generator",
"description": "Generates a new project for an API server writen in go",
"version": "1.0.0",
"version": "0.0.1",
"languages": ["go"],
"dir_name": "go"
}]
Expand Down
2 changes: 1 addition & 1 deletion generators/go/generator-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
metadata:
name: "Ambassador Labs Go Generator"
description: "Generates a new project for an API server writen in go"
version: "1.0.0"
version: "0.0.1"
languages: ["go"]

# Defines the base directory within the template folder.
Expand Down

0 comments on commit ca96822

Please sign in to comment.