Skip to content

Commit

Permalink
fixed semicolon in enum types + set version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsjovatsen committed Aug 1, 2017
1 parent 5c2838a commit a13f714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions generate/java_action_enum_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public enum {{ .Name }} {
GET_ALL_{{ $class }},
UPDATE_{{ $class }}{{ if ne $i $c }},{{ end }}
{{- end }}
;
/**
* Gets a list of all enums as string
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

const Name string = "fint-model"
const Version string = "1.0.0"
const Version string = "1.1.0"

0 comments on commit a13f714

Please sign in to comment.