Skip to content

Commit 37af2e2

Browse files
committed
Bump to pre-release version
1 parent b9c7c0f commit 37af2e2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "rig"
4-
version = "0.5.4"
4+
version = "0.5.99"
55
edition = "2021"
66
authors = ["Gábor Csárdi <[email protected]"]
77
license = "MIT"

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# rig 0.5.4
2+
# rig 0.5.99
33

44
Under development.
55

choco/rig/rig.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>rig</id>
5-
<version>0.5.4</version>
5+
<version>0.5.99</version>
66
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
77
<owners>Gábor Csárdi</owners>
88
<title>rig</title>
@@ -48,7 +48,7 @@
4848
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
4949
</description>
5050
<releaseNotes>
51-
# rig 0.5.4
51+
# rig 0.5.99
5252

5353
TODO
5454
</releaseNotes>

rig.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "rig -- The R Installation Manager"
5-
#define MyAppVersion "0.5.4"
5+
#define MyAppVersion "0.5.99"
66
#define MyAppPublisher "Gabor Csardi"
77
#define MyAppURL "https://github.com/r-lib/rig"
88
#define MyAppExeName "rig.exe"

0 commit comments

Comments
 (0)