Skip to content

Commit

Permalink
Set version to 0.11.0 because we added support for the following: All…
Browse files Browse the repository at this point in the history
…ow searches by String or LDAP Filter for finding a singular object, #44; Allow for the attributes to be returned to be passed in the args to the search, #45; Add the ability to perform paged searches, #46, Update to latest version of UnboundID/Ping LDAP SDK (4.0.3), #47.
  • Loading branch information
lr committed Feb 8, 2018
1 parent 63502b0 commit f86fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirectoryServiceGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DirectoryServiceGrailsPlugin {
def version = "0.11.0-SNAPSHOT"
def version = "0.11.0"
def grailsVersion = "2.0 > *"
def title = "Directory Service Plugin"
def description = 'Makes interacting with directory (LDAP) servers a breeze'
Expand Down

0 comments on commit f86fff3

Please sign in to comment.