summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-05 14:40:49 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-05 14:40:49 +0300
commitb34e180af0c3b47d7322b475570d57f769f030fa (patch)
tree308674ebcf8cf3ccdc9f6f6cb190524c95e5ec33
parent30ac6d8d80d216bb9cb5e5247ffcf8c0a7e5f768 (diff)
downloadbumper-rs-b34e180af0c3b47d7322b475570d57f769f030fa.tar.gz
tests: use a less likely version number
-rw-r--r--Cargo.lock2
-rw-r--r--bumper.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6bd2038..3ab79d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -119,7 +119,7 @@ checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "bumper"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"cargo-edit",
diff --git a/bumper.md b/bumper.md
index a77a26f..dafd216 100644
--- a/bumper.md
+++ b/bumper.md
@@ -87,14 +87,14 @@ given file foo/Cargo.toml from Cargo.toml
given file foo/Cargo.lock from Cargo.lock
given file foo/debian/changelog from changelog
given all files in foo are committed to git
-when I run, in foo, bumper 1.2.0
+when I run, in foo, bumper 105.12765.42
then all changes in foo are committed
-then in foo, git tag v1.2.0 is a signed tag
-then file foo/Cargo.toml matches regex /version\s*=\s*"1\.2\.0"/
+then in foo, git tag v105.12765.42 is a signed tag
+then file foo/Cargo.toml matches regex /version\s*=\s*"105\.12765\.42"/
then file foo/Cargo.lock is newer than foo/Cargo.toml
then file foo/Cargo.lock is committed to git
then file foo/debian/changelog matches regex / \(0\.1\.0-1\) /
-then file foo/debian/changelog matches regex / \(1\.2\.0-1\) /
+then file foo/debian/changelog matches regex / \(105\.12765\.42-1\) /
~~~
~~~{#main.rs .file .rust}