Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-plivo authored May 2, 2024
1 parent db52dbb commit 17e5d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class Version
/**
* @const int PHP helper library minor version number
*/
const MINOR = 61;
const MINOR = 62;

/**
* @const int PHP helper library patch number
*/
const PATCH = 1;
const PATCH = 0;
/**
* @return string
*/
Expand Down

0 comments on commit 17e5d55

Please sign in to comment.