Skip to content

Commit

Permalink
Version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Jul 12, 2012
1 parent b27a7e4 commit 1e298c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Ratchet/ConnectionInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Ratchet;

const VERSION = 'Ratchet/0.1.4';
const VERSION = 'Ratchet/0.1.5';

/**
* A proxy object representing a connection to the application
Expand Down
4 changes: 2 additions & 2 deletions tests/ab-wstest-fuzzyconf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
, "outdir": "../reports/ab"

, "servers": [
{"agent": "Ratchet-libevent/v0.2b", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet-stream/v0.2b", "url": "ws://localhost:8001", "options": {"version": 18}}
{"agent": "Ratchet-libevent/v0.1.5", "url": "ws://localhost:8000", "options": {"version": 18}}
, {"agent": "Ratchet-stream/v0.1.5", "url": "ws://localhost:8001", "options": {"version": 18}}
]

, "cases": ["*"]
Expand Down

0 comments on commit 1e298c6

Please sign in to comment.