Skip to content

Commit

Permalink
Increment build number [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 26, 2016
1 parent 7991eb5 commit efea3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js_src/p2p.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function p2p() {
}

m.version = "0.2.1";
m.build_num = "build.117"
m.build_num = "build.135"
m.compression = ['gzip'];

// User salt generation pulled from: http://stackoverflow.com/a/2117523
Expand Down
2 changes: 1 addition & 1 deletion py_src/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import namedtuple, deque

version = "0.2.1"
build_num = "build.117"
build_num = "build.135"

class flags():
"""A namespace to hold protocol-defined flags"""
Expand Down

0 comments on commit efea3d5

Please sign in to comment.