Skip to content

Commit

Permalink
Update to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode committed Mar 29, 2020
1 parent 4f995ee commit 45f733d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Transaction Box"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.1.8"
PROJECT_NUMBER = "0.1.9"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = "0.1.8"
release = "0.1.9"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion plugin/txn_box.part
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import('*')
PartName("txn_box")
PartVersion("0.1.8")
PartVersion("0.1.9")
env.Part("txn_box.rpm.part")

ts_ver = Version(env.subst(Component("trafficserver").DelaySubst("$PART_VERSION")))
Expand Down

0 comments on commit 45f733d

Please sign in to comment.