Skip to content

Commit 5c7a714

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@8e182fe
1 parent e1c96ff commit 5c7a714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dnvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function _WriteOut {
5959

6060
### Constants
6161
$ProductVersion="1.0.0"
62-
$BuildVersion="beta4-10345"
62+
$BuildVersion="beta4-10346"
6363
$Authors="Microsoft Open Technologies, Inc."
6464

6565
# If the Version hasn't been replaced...

dnvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Source this file from your .bash-profile or script to use
33

44
# "Constants"
5-
_DNVM_BUILDNUMBER="beta4-10345"
5+
_DNVM_BUILDNUMBER="beta4-10346"
66
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
77
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
88
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"

0 commit comments

Comments
 (0)