Skip to content

Commit

Permalink
Version update (#147)
Browse files Browse the repository at this point in the history
* fix(bug): fixed default controller url

* fix(bug): fixed iofog-agent info controller status when access token is expired/invalid (EWC-292)

* feat(refactor): renaming client

* build(packaging): adding dev packages

* fix(bug): fix invalid error message during provision

* feat(core): add microservice removal (EWC-306)

* feat(core): add default device scan frequency value & update error message (EWC-336)

* fix(bug): fix config logging parameters validation (EWC-335)

* feat(core): add warning messages

* fix(bug): fix microservice update

* feat(core):  add notifications (EWC-345 )

* fix(ci): update .travis.yml to enable notifications to slack

* fix(core): fix deprovision to work if agent hasn't connection to controller (EWC-366)

* refactor(core): rename controller status ok -> online (EWC-359)

* refactor(upgrade): update HornetQ version

* fix(bug): fix `isolated_docker_container` configuration

* fix(bug): fix config switcher import (EWC-375)

* fix(bug): fix help for iofog-agent client (EWC-375)

* fix(core): iofog agent os group

* fix(ci): remove preprod env

* refactor(upgrade): update "HttpMime" version
  • Loading branch information
dbusel authored Dec 7, 2018
1 parent 555834d commit b28f354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/org/eclipse/iofog/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private static String showHelp() {
}

private static String version() {
return "ioFog Agent 1.0.4 " +
return "ioFog Agent 1.0.5 " +
"\nCopyright (C) 2018 Edgeworx, Inc." +
"\nEclipse ioFog is provided under the Eclipse Public License (EPL2)" +
"\nhttps://www.eclipse.org/legal/epl-v20.html";
Expand Down
2 changes: 1 addition & 1 deletion daemon/src/org/eclipse/iofog/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String fullValue() {
}
}

public static final String VERSION = "1.0.4";
public static final String VERSION = "1.0.5";

public static final int NUMBER_OF_MODULES = 7;

Expand Down

0 comments on commit b28f354

Please sign in to comment.