Skip to content

Commit

Permalink
Bump Civet (0.9.6) (code-golf#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yewzir authored Jan 7, 2025
1 parent 3839281 commit 21a06fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/data/langs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ int main(int argc, char* argv[]) {
args = [ '/usr/local/dist/civet', '--comptime', '--no-config', '-' ]
env = [ 'NODE_ICU_DATA=/usr/share/icu' ]
size = '71.8 MiB'
version = '0.9.5'
version = '0.9.6'
website = 'https://civet.dev'
example = '''
// Printing
Expand Down
2 changes: 1 addition & 1 deletion langs/civet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.21 AS builder

RUN apk add --no-cache bash curl icu-data npm

ENV VER=0.9.5
ENV VER=0.9.6

RUN curl -#L https://github.com/DanielXMoore/Civet/archive/refs/tags/v$VER.tar.gz \
| tar xz --strip-components 1
Expand Down

0 comments on commit 21a06fe

Please sign in to comment.