Skip to content

Commit

Permalink
Bump version: 1.0.0-dev.6 → 1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 16, 2023
1 parent 450d391 commit ba9ce59
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.6"
current_version = "1.0.0-dev.7"
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.6
VERSION: 1.0.0-dev.7

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.6"
LABEL org.opencontainers.image.version="1.0.0-dev.7"
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.6",
"version": "1.0.0-dev.7",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ba9ce59

Please sign in to comment.