Skip to content

Commit

Permalink
Bump version: 1.0.0-dev.1 → 1.0.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 15, 2023
1 parent 89803a7 commit 87afbfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.bumpversion]
commit = true
tag = true
current_version = "1.0.0-dev.1"
current_version = "1.0.0-dev.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)\\.(?P<build>\\d+))?"
serialize = [
"{major}.{minor}.{patch}-{release}.{build}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
VERSION: 1.0.0-dev.1
VERSION: 1.0.0-dev.2

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine3.17 AS build

LABEL org.opencontainers.image.created=${BUILD_DATE}
LABEL org.opencontainers.image.version="1.0.0-dev.1"
LABEL org.opencontainers.image.version="1.0.0-dev.2"
LABEL org.opencontainers.image.authors="Nico Reinartz <[email protected]>"
LABEL org.opencontainers.image.vendor="Nico Reinartz"
LABEL org.opencontainers.image.title="Trend Detection WebUI"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatdd-frontend",
"version": "1.0.0-dev.1",
"version": "1.0.0-dev.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 87afbfc

Please sign in to comment.