File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
description : What version of sqlc are you running? If you don't know, run `sqlc version`.
10
10
multiple : false
11
11
options :
12
+ - 1.10.0
12
13
- 1.9.0
13
14
- 1.8.0
14
- - 1.7.0
15
15
- Other
16
16
validations :
17
17
required : true
Original file line number Diff line number Diff line change 22
22
author = 'Kyle Conroy'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.9 .0'
25
+ release = '1.10 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate
34
34
35
35
## Downloads
36
36
37
- Get pre-built binaries for * v1.9 .0* :
37
+ Get pre-built binaries for * v1.10 .0* :
38
38
39
- - [ Linux] ( https://github.com/kyleconroy/sqlc/releases/download/v1.9 .0/sqlc_1.9 .0_linux_amd64.tar.gz )
40
- - [ macOS] ( https://github.com/kyleconroy/sqlc/releases/download/v1.9 .0/sqlc_1.9 .0_darwin_amd64.zip )
41
- - [ Windows (MySQL only)] ( https://github.com/kyleconroy/sqlc/releases/download/v1.9 .0/sqlc_1.9 .0_windows_amd64.zip )
39
+ - [ Linux] ( https://github.com/kyleconroy/sqlc/releases/download/v1.10 .0/sqlc_1.10 .0_linux_amd64.tar.gz )
40
+ - [ macOS] ( https://github.com/kyleconroy/sqlc/releases/download/v1.10 .0/sqlc_1.10 .0_darwin_amd64.zip )
41
+ - [ Windows (MySQL only)] ( https://github.com/kyleconroy/sqlc/releases/download/v1.10 .0/sqlc_1.10 .0_windows_amd64.zip )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
50
50
if version == "" {
51
51
// When no version is set, return the next bug fix version
52
52
// after the most recent tag
53
- fmt .Printf ("%s\n " , "v1.9 .0" )
53
+ fmt .Printf ("%s\n " , "v1.10 .0" )
54
54
} else {
55
55
fmt .Printf ("%s\n " , version )
56
56
}
You can’t perform that action at this time.
0 commit comments