Skip to content

Commit 74896ee

Browse files
author
Robin Stolpe
committed
updated version number
1 parent d8e4d5d commit 74896ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MaintainModule/MaintainModule.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
ReleaseNotes = 'https://github.com/rstolpe/MaintainModule/releases'
135135

136136
# Prerelease string of this module
137-
Prerelease = 'beta'
137+
Prerelease = ''
138138

139139
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
140140
RequireLicenseAcceptance = $false

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[string]$Author = "Robin Stolpe"
55
[string]$Mail = "robin@stolpe.io"
66
[string]$Website = "https://stolpe.io"
7-
[string]$preRelease = "beta"
7+
[string]$preRelease = ""
88
[string]$Company = "Stolpe.io"
99
[string]$apiKey = ""
1010
#

0 commit comments

Comments
 (0)