mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
Update version to 2.0.6
Update binaries
This commit is contained in:
+2
-2
@@ -21,12 +21,12 @@ VERSION=$(cat VERSION)
|
||||
DO_DOCKER_BUILD=yes
|
||||
|
||||
# Push the built docker image to DockerHub.
|
||||
DO_DOCKERHUB_PUSH=no
|
||||
DO_DOCKERHUB_PUSH=yes
|
||||
|
||||
if [[ "$DO_DOCKER_BUILD" == "yes" ]] ; then
|
||||
cd docker
|
||||
# docker build --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
docker build --no-cache --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t herbal3d/convoar .
|
||||
docker build --no-cache --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t $DOCKERHUB_USER/convoar .
|
||||
|
||||
docker tag $DOCKERHUB_USER/$IMAGE:latest $DOCKERHUB_USER/$IMAGE:$VERSION
|
||||
fi
|
||||
|
||||
@@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.0.5.0")]
|
||||
[assembly: AssemblyFileVersion("2.0.5.0")]
|
||||
[assembly: AssemblyVersion("2.0.6.0")]
|
||||
[assembly: AssemblyFileVersion("2.0.6.0")]
|
||||
|
||||
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
using System;
|
||||
namespace org.herbal3d.convoar {
|
||||
public class VersionInfo {
|
||||
public static string appVersion = "2.0.5";
|
||||
public static string longVersion = "2.0.5-20220510-ff6efbac";
|
||||
public static string buildDate = "20220510";
|
||||
public static string appVersion = "2.0.6";
|
||||
public static string longVersion = "2.0.6-20220516-e314f757";
|
||||
public static string buildDate = "20220516";
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user