Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Nov 15, 2023
1 parent 3563bc7 commit 7c152bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nimlang/nim:2.0.0-alpine AS build

ARG nimble_task_build=docker_build_prod
ARG app_version=0.4.1
ARG app_version=0.4.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion debug.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nimlang/nim:2.0.0-alpine AS build

ARG nimble_task_build=docker_build_debug
ARG app_version=0.4.1
ARG app_version=0.4.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion src/zoominvitr/meta.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const
logMsgSuffix * {.strdefine.} = " -> "
hostRedis * {.strdefine.} = "redis"
portRedis * {.intdefine.} = 6379
appVersion * {.strdefine.} = "0.4.1"
appVersion * {.strdefine.} = "0.4.2"
appRevision * {.strdefine.} = appVersion
appDate * {.strdefine.} = appVersion
configNameJSON * {.strdefine.} = "zoominvitr.json"
Expand Down
2 changes: 1 addition & 1 deletion zoominvitr.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.1"
version = "0.4.2"
author = "Akito <[email protected]>"
description = "Automatically send invitations about planned Zoom meetings."
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 7c152bb

Please sign in to comment.