Skip to content

Commit

Permalink
Bump WireCloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Oct 25, 2017
1 parent b9a0443 commit ea812ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wirecloud/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.

__version_info__ = (1, 1, 0)
__version__ = '.'.join(map(str, __version_info__)) + 'rc1'
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit ea812ce

Please sign in to comment.