Skip to content

Commit 716e859

Browse files
committed
fix: version bump
1 parent 117ee13 commit 716e859

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
push:
88
branches:
99
- main
10+
paths-ignore:
11+
- '**.md'
12+
- '**.txt'
1013
tags:
1114
- v*
1215
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stoic-quotes"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55
authors = ["Jose Storopoli <[email protected]>"]
66
description = "Stoic quotes API backend"

0 commit comments

Comments
 (0)