Skip to content

Commit

Permalink
3.3.0: expose Scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 18, 2021
1 parent e40c224 commit 5a797bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.2.2"
version = "3.3.0"
author = "disruptek"
description = "OpenAPI Code Generator"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/openapi/codegen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ proc preamble(oac: NimNode): NimNode =

result.add quote do:
type
`SchemeP` {.pure.} = enum
`SchemeP`* {.pure.} = enum
Https = "https",
Http = "http",
Wss = "wss"
Expand Down

0 comments on commit 5a797bc

Please sign in to comment.