Skip to content

Commit

Permalink
Merge pull request chrisboulton#11 from danhunsaker/fix-const-version
Browse files Browse the repository at this point in the history
Added ResqueScheduler::VERSION constant
  • Loading branch information
chrisboulton committed Sep 16, 2013
2 parents 094a3ff + 7362055 commit ab8bd52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ResqueScheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
class ResqueScheduler
{
const VERSION = "0.1";

/**
* Enqueue a job in a given number of seconds from now.
*
Expand Down

0 comments on commit ab8bd52

Please sign in to comment.