Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
Icy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Metrics
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Bioimage Analysis
Icy
Commits
9e516a05
Commit
9e516a05
authored
Nov 27, 2020
by
Stephane Dallongeville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated updater version
parent
cdf59ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main/java/icy/updater/Main.java
src/main/java/icy/updater/Main.java
+1
-1
No files found.
src/main/java/icy/updater/Main.java
View file @
9e516a05
...
...
@@ -94,7 +94,7 @@ public class Main
/**
* Updater Version
*/
public
static
Version
version
=
new
Version
(
"2.1.0.
0
"
);
public
static
Version
version
=
new
Version
(
"2.1.0.
1
"
);
static
final
OutPrintStream
stdStream
=
new
OutPrintStream
(
System
.
out
,
false
);
static
final
OutPrintStream
errStream
=
new
OutPrintStream
(
System
.
err
,
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment