...

Source file src/github.com/launchdarkly/go-server-sdk/v6/internal/version.go

Documentation: github.com/launchdarkly/go-server-sdk/v6/internal

     1  package internal
     2  
     3  // SDKVersion is the current version string of the SDK. This is updated by our release scripts.
     4  const SDKVersion = "6.0.3"
     5  

View as plain text